Skip to content

fix: regenerate easemotion.min.css to ensure up-to-date production build#863

Open
Pcmhacker-piro wants to merge 2 commits into
SAPTARSHI-coder:mainfrom
Pcmhacker-piro:fix/verify-minified-build-842
Open

fix: regenerate easemotion.min.css to ensure up-to-date production build#863
Pcmhacker-piro wants to merge 2 commits into
SAPTARSHI-coder:mainfrom
Pcmhacker-piro:fix/verify-minified-build-842

Conversation

@Pcmhacker-piro
Copy link
Copy Markdown

  • Ran npm run build to regenerate easemotion.min.css
  • Confirms build script (scripts/build-minified-css.mjs) works correctly
  • 6 imports inlined, 1 external import preserved, 34668 bytes output

Closes #842

Pull Request Description

The minified production file easemotion.min.css already exists in the
repo and is git-tracked (commit 6c0d21d). This PR verifies and updates
it by running the build script, confirming the pipeline works.

Type of Change

  • ✨ New animation / hover effect
  • 🧩 New component
  • 📝 Documentation improvement
  • 🐛 Bug fix in an existing submission
  • Other (describe below)

Build verification — regenerates the production minified bundle.

Submission Checklist

N/A — this PR fixes core framework files, not a user submission.

Notes for Maintainer

Run npm run build locally to regenerate. The build script at
scripts/build-minified-css.mjs handles import inlining and minification
with zero dependencies (Node.js built-ins only).

This file was committed accidentally from a dirty working
directory state.
@Pcmhacker-piro
Copy link
Copy Markdown
Author

heyy @SAPTARSHI-coder i fixed the your assign issue so please check it

@Pcmhacker-piro Pcmhacker-piro deleted the fix/verify-minified-build-842 branch June 1, 2026 23:10
@Pcmhacker-piro Pcmhacker-piro restored the fix/verify-minified-build-842 branch June 1, 2026 23:10
@Pcmhacker-piro Pcmhacker-piro reopened this Jun 1, 2026
@Pcmhacker-piro
Copy link
Copy Markdown
Author

heyy @SAPTARSHI-coder i fixed your assign issue so please check it

@SAPTARSHI-coder SAPTARSHI-coder added accepted Contribution approved for integration into EaseMotion CSS animation Animation effects, hover interactions, motion ideas, transitions component New UI components (buttons, cards, modals, tooltips, badges) enhancement New feature or request good first issue Good for newcomers GSSoC-26 Official GSSoC 2026 issue gssoc:approved Approved for GSSoC contributions integrated Successfully merged and included in the framework level:intermediate Requires moderate project understanding type:feature New functionality or enhancement labels Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

accepted Contribution approved for integration into EaseMotion CSS animation Animation effects, hover interactions, motion ideas, transitions component New UI components (buttons, cards, modals, tooltips, badges) enhancement New feature or request good first issue Good for newcomers gssoc:approved Approved for GSSoC contributions GSSoC-26 Official GSSoC 2026 issue integrated Successfully merged and included in the framework level:intermediate Requires moderate project understanding type:feature New functionality or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

### Missing Production Minified File (easemotion.min.css)

2 participants